home *** CD-ROM | disk | FTP | other *** search
/ Money in the 90s / Money in the 90s - Windows (Laser Resources, Inc.)(1994).iso / street.ini < prev    next >
INI File  |  1993-10-18  |  3KB  |  80 lines

  1. ;----------------------------------------------------------------------------
  2. ;
  3. ; The Street.Ini file contains some settings used by StreetSmart.
  4. ; In general, there are no user maintainable settings in this file.
  5. ; StreetSmart Customer Service may request you to modify some settings
  6. ; in this file to fix a problem specific to your computer, modem or 
  7. ; VGA card or monitor.
  8. ;
  9. ; Please check with StreetSmart Customer Service before modifying
  10. ; any settings in this file.
  11. ;
  12. ; STREET.INI settings are read in when StreetSmart is started.  If you
  13. ; change the settings while StreetSmart is running, the new settings will
  14. ; not become effective until you exit and restart StreetSmart.
  15. ;
  16. ; Lines starting with a semicolon (;) as the first character are
  17. ; commented out and are not used.
  18. ;
  19. ;----------------------------------------------------------------------------
  20.  
  21. ;----------------------------------------------------------------------------
  22. ; The color scheme to use.  Specify 'color' or 'b&w'.  The RGB colors
  23. ; from the section named below will be used.
  24. ;----------------------------------------------------------------------------
  25. [Color Scheme]
  26. ColorScheme=color
  27. ;ColorScheme=b&w
  28.  
  29. ;----------------------------------------------------------------------------
  30. ; The RGB values for the various settings.  There should be no reason
  31. ; to change any of these values.  0 0 0 is black. 255 255 255 is white.
  32. ;----------------------------------------------------------------------------
  33. [color]
  34. cMessage=192 192 192
  35. cMessageText=0 0 0
  36. cDialog=192 192 192
  37. cDialogText=0 0 0
  38. cGridLine=192 192 192
  39. cOnline= 255 0 0
  40. cOnlineText= 255 255 255
  41. cOffline= 192 192 192
  42. cOfflineText= 0 0 0
  43.  
  44. ;----------------------------------------------------------------------------
  45. ; The RGB values for the various settings.  There should be no reason
  46. ; to change any of these values.  0 0 0 is black. 255 255 255 is white.
  47. ;----------------------------------------------------------------------------
  48. [b&w]
  49. cMessage=255 255 255
  50. cMessageText=0 0 0
  51. cDialog=255 255 255
  52. cDialogText=0 0 0
  53. cGridLine=0 0 0
  54. cOnline= 0 0 0
  55. cOnlineText= 255 255 255
  56. cOffline= 255 255 255
  57. cOfflineText= 0 0 0
  58.  
  59. ;----------------------------------------------------------------------------
  60. ; The default font to be used when no font is specified by the
  61. ; user on the font dialog box.
  62. ; Bold, Italic, Underline, StrikeOut and CharSet should generally be
  63. ; 0 if turned off, 1 if turned on.  The default value is 0.
  64. ; Width must be 0.  The font calculater will calculate the appropriate
  65. ; width based on the height.  If you specify a width you might get
  66. ; what Windows thinks is the closet match -- which might be a different
  67. ; typeface and height.
  68. ;----------------------------------------------------------------------------
  69. [Screen Font]
  70. Face=COURIER NEW
  71. Height=9
  72. Width=0.000000
  73. Bold=0
  74. Italic=0
  75. Underline=0
  76. StrikeOut=0
  77. CharSet=0
  78.  
  79.  
  80.